home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / emac1927.zip / emac1927 / README < prev    next >
Text File  |  1994-09-11  |  4KB  |  83 lines

  1. This directory tree holds version 19.27 of GNU Emacs, the extensible,
  2. customizable, self-documenting real-time display editor.
  3.  
  4. Please note that version 19 of Emacs is still in beta-test.  Although
  5. you may well encounter bugs in this release, we encourage you to use
  6. it, find the bugs, and report them; your bug reports are valuable
  7. contributions to the FSF, since they allow us to notice and fix
  8. problems on machines we don't have, or in code we don't use often.
  9. See the "Bugs" node of the info tree for more information on how to
  10. report bugs.
  11.  
  12. See the files `etc/NEWS' and `etc/news.texi' for information on new
  13. features and other user-visible changes since the last version of
  14. Emacs.
  15.  
  16. The file INSTALL in this directory says how to bring up GNU Emacs on
  17. Unix, once you have loaded the entire subtree of this directory.
  18.  
  19. Note that the Emacs installation procedure has changed since version
  20. 18; you will probably want to read the file INSTALL even if you have
  21. installed Emacs before.  The new procedure is intended to simplify
  22. Emacs installation, and make it easier to have several versions of
  23. Emacs for several architectures installed simultaneously.
  24.  
  25. The file PROBLEMS contains information on many common problems that
  26. occur in building, installing and running Emacs.
  27.  
  28. Reports of bugs in Emacs should be sent to the mailing list
  29. bug-gnu-emacs@prep.ai.mit.edu.  See the "Bugs" section of the Emacs
  30. manual for more information on how to report bugs.  (The file `BUGS'
  31. in this directory explains how you can find and read that section
  32. using the Info files that come with Emacs.)  See `etc/MAILINGLISTS'
  33. for more information on mailing lists relating to GNU products.
  34.  
  35. The `etc' subdirectory contains several other files, named in
  36. capital letters, which you should look at when installing GNU Emacs.
  37.  
  38. The file `configure' is a shell script to acclimate Emacs to the
  39. oddities of your processor and operating system.  It will create two
  40. files named `build-install' (a shell script) and `Makefile' (a script
  41. for the `make' program), which help automate the process of building
  42. and installing emacs.  See INSTALL for more detailed information.
  43.  
  44. The file `configure.in' is the input used by the autoconf program to
  45. construct the `configure' script.  Since Emacs has configuration
  46. requirements that autoconf can't meet, `configure.in' uses an unholy
  47. marriage of custom-baked configuration code and autoconf macros; it
  48. may be wise to avoid rebuilding `configure' from `configure.in' when
  49. possible.
  50.  
  51. The file `Makefile.in' is a template used by `configure' to create
  52. `Makefile'.
  53.  
  54. The file `make-dist' is a shell script to build a distribution tar
  55. file from the current Emacs tree, containing only those files
  56. appropriate for distribution.  If you make extensive changes to Emacs,
  57. this script will help you distribute your version to others.
  58.  
  59. There are several subdirectories:
  60.  
  61. `src' holds the C code for Emacs (the Emacs Lisp interpreter and its
  62.     primitives, the redisplay code, and some basic editing functions).
  63. `lisp' holds the Emacs Lisp code for Emacs (most everything else).
  64. `lib-src' holds the source code for some utility programs for use by
  65.     or with Emacs, like movemail and etags.
  66. `etc' holds miscellaneous architecture-independent data files
  67.     Emacs uses, like the tutorial text and the Zippy the Pinhead quote
  68.     database.  The contents of the `lisp', `info' and `man'
  69.     subdirectories are architecture-independent too.
  70.  
  71. `info' holds the Info documentation tree for Emacs.
  72. `man' holds the source code for the Emacs manual.
  73.  
  74. `msdos' holds configuration files for compiling Emacs under MSDOG.
  75.     See the file etc/MSDOS for more information.
  76. `cpp' holds a C preprocessor for use instead of the installed one when
  77.     the installed one fails to distinguish more than 8 characters in a
  78.     symbol name.
  79. `shortnames' holds programs and data files for creating files of
  80.     #define's used to convert long symbol names to distinct sort ones
  81.     for C compiles that cannot distinguish more than 8 characters.
  82. `vms' holds instructions and useful files for running Emacs under VMS.
  83.